home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Technical Documentation / Sample Code / Snippets / Toolbox / MultiPlay / Synth.make < prev    next >
Encoding:
Text File  |  1993-01-18  |  344 b   |  19 lines  |  [TEXT/MPS ]

  1. #   File:       Synth.make
  2. #   Target:     Synth
  3. #   Sources:    Synth.cp
  4. #   Created:    Thursday, November 15, 1990 12:43:49 PM
  5.  
  6.  
  7. OBJECTS = Synth.cp.o
  8.  
  9.  
  10.  
  11. Synth ƒƒ Synth.make {OBJECTS}
  12.     Link -t APPL -c '????' ∂
  13.         {OBJECTS} ∂
  14.         "{Libraries}"Runtime.o ∂
  15.         "{Libraries}"Interface.o ∂
  16.         -o Synth
  17. Synth.cp.o ƒ Synth.make Synth.cp
  18.      CPlus  Synth.cp
  19.